Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / PropertyChangedEventArgs<T> Class / NewValue Property

In This Topic
    NewValue Property (PropertyChangedEventArgs<T>)
    In This Topic
    The value of the property after the change.
    Syntax
    'Declaration
     
    
    Public Property NewValue As T
    public T NewValue {get; set;}
    See Also